home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1381.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.2 KB  |  56 lines

  1. This is to announce the release of version .55beta of the emacs world
  2. wide web browser.
  3.  
  4. This has some fairly large changes, but most of them won't be visible
  5. to the users.
  6.  
  7. For those not familiar with w3-mode already, it is a hypertext browser
  8. written entirely in emacs-lisp.  It runs under emacs 18, emacs 19,
  9. Lucid Emacs, and Epoch equally well.  (Well, not equally, but close
  10. enough)  It takes advantage of different features of each emacs.
  11. (Font/mouse support in lucid/epoch/emacs19, graphics support in epoch,
  12. etc)
  13.  
  14. The browser can be ftped from:
  15. ftp://moose.cs.indiana.edu/pub/elisp/w3/w3.tar.z       For the main files
  16. ftp://moose.cs.indiana.edu/pub/elisp/w3/extras.tar.z   For support files
  17.  
  18. The extras.tar.z file contains: ange-ftp, background, transparent,
  19. gopher, forms, and nntp lisp packages.  (Other people wrote _MUCH_
  20. better gopher/ftp interfaces than I could hope to, so I use those)
  21.  
  22. If you already have these files installed on your system, there is no
  23. need for you to get the extras.tar.z file.
  24.  
  25. Once you have unpacked the w3.tar.z file in your lisp directory, you
  26. should be able to just edit the Makefile to point to where you want
  27. the lisp files installed, where your .emacs file is, and where emacs
  28. is located on your system.  Then type 'make install' and it will add a
  29. few autoload statements to your .emacs and change your load-path
  30. slightly.  (You can just type 'make w3' to just compile the lisp code
  31. if you want to make the changes to your .emacs yourself)
  32.  
  33. Documentation on the emacs browser can be obtained from:
  34.  
  35. http://cs.indiana.edu:80/elisp/w3/docs.html
  36.  
  37. Please send me some email if you pick up this package, just so I can
  38. tell roughly how many people are using it.
  39.  
  40. Also send mail if you find any files that cause w3 to break (already
  41. know of one that causes an infinite loop: try to avoid
  42. http://sipb.mit.edu:8001/afs/sipb/user/mcmullan/ht/sls.html if at all
  43. possible - the multiple nested lists cause the parser to freak right
  44. now, and I haven't had time to track it down).
  45.  
  46. Happy Emacsing!
  47.  
  48. -Bill Perry
  49.  
  50. -- William M. Perry (wmperry@indiana.edu) --
  51. 'Who finds a thought that enables him to obtain a slightly deeper glimpse into
  52.  the eternal secrets of nature has been given great grace.'
  53.     - Albert Einstein
  54.  
  55.  
  56.